home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Art
/
U-V
/
Vision Lab Demo.cpt
/
Vision Lab Demo.rsrc
/
POST_10002
< prev
next >
Wrap
Text File
|
1992-06-06
|
474b
|
36 lines
gsave
100 dict begin
/xorigin
Param1 def
/yorigin
Param2 def
/width
Param3 def
/height
Param4 def
/bpp
Param5 def
/makexchars
{
width bpp mul 7 add 8 idiv
} def
/xchars
makexchars def
/picstr
{
xchars 257 le
{xchars /xchars makexchars def}
{256 /xchars xchars 256 sub def}
ifelse string
} def
/dopic
{
gsave
width height bpp
[width 0 0 height 0 0]
{currentfile picstr readhexstring pop} image
grestore
} def
xorigin yorigin translate
width height scale
dopic